Package com.cisco.pt.mu
Class PortInfo
java.lang.Object
com.cisco.pt.mu.PortInfo
This is a data class that contains port information elements
from the Port Advertisement Messages.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetConnected(boolean in) toString()Converts this data class into a string.
-
Field Details
-
id
public int id -
type
public int type -
name
-
connected
public boolean connected -
uuid
-
-
Constructor Details
-
PortInfo
Constructs a new PortInfo element.- Parameters:
id- The port IDtype- The type of port (enum)name- The name of the port
-
-
Method Details